debian/control: xen-doc: add ${misc:Depends}
authorHans van Kranenburg <hans@knorrie.org>
Sun, 6 Sep 2020 23:33:24 +0000 (01:33 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 18 Sep 2020 16:29:59 +0000 (18:29 +0200)
commitea4bed8de9779ca5799b754c31f3a1a4ccf1af02
tree8cfb3fdaae4d3f03dbeaba3b00266b60752917ec
parent1ca529cc3cb4109e5e0bb7b914840b69dfba01b0
debian/control: xen-doc: add ${misc:Depends}

Lintian complains:

    W: xen source: debhelper-but-no-misc-depends xen-doc
    N:
    N:    The source package uses debhelper, but it does not include
    N:    ${misc:Depends} in the given binary package's debian/control entry. Any
    N:    debhelper command may add dependencies to ${misc:Depends} that are
    N:    required for the work that it does, so recommended best practice is to
    N:    always add ${misc:Depends} to the dependencies of each binary package if
    N:    debhelper is in use.
    N:
    N:    Refer to the debhelper(7) manual page for details.
    N:
    N:    Severity: warning
    N:
    N:    Check: debhelper

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
debian/control